From cd7c5d4769096dd544580e025b94da62df10fea7 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 4 Dec 2002 02:08:31 +0000 Subject: [PATCH] Let Zipfile contain both Windows binaries. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@185 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/mingw/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpsbabel/mingw/Makefile b/gpsbabel/mingw/Makefile index b473b1fdb..459bc0cae 100644 --- a/gpsbabel/mingw/Makefile +++ b/gpsbabel/mingw/Makefile @@ -9,3 +9,5 @@ CFLAGS=-Iinclude -I../coldsync -O gpsbabel.exe: $(OBJS) $(CC) -static $(CFLAGS) $(OBJS) lib/libexpat.a -o gpsbabel.exe cp gpsbabel.exe /tmp + zip -j /tmp/gpsbabel.zip gpsbabel.exe ../win32/gpsbabelfront.exe + -- 2.30.2